home *** CD-ROM | disk | FTP | other *** search
- Run(SubProgramName);
-
- Receives a name to a existing subprogram and executes it.
-
- DoMenu(MenuItem, ModifierKey);
-
- Executes a menu item available in MiniCad+.
-
- ForEachObject(ProcedureHandle : HANDLE; SearchCriteria : STRING);
-
- Repeatedly calls the passed procedure for each object fits the search criteria.
-
-